home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0399.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  2.5 KB  |  64 lines

  1. It seems to me that the Web in its current state is missing out on ideas
  2. from reseach into hypertext systems. Currently there is only a simple link
  3. mechanism taking you to other documents, and a crude keyword search mechanism.
  4. I would like to suggest some extensions which would greatly enrich the
  5. capabilities of the web:
  6.  
  7. Pictures
  8. ========
  9.  
  10. We want to have documents with pictures in them, that appear and are
  11. formatted as part of the document. A reasonable way of doing this would
  12. be to include references in html documents to objects which should be
  13. displayed as part of the document, but which aren't part of html itself.
  14. It seems sensible to support a variety of formats: TIFF, GIFF, DIBs
  15. Fax group III/IV, CGM etc. The idea of embedded objects which return their
  16. size and can display themselves at a given location seems appropriate.
  17.  
  18. The client doesn't know in advance about these embedded objects, it therefore
  19. makes sense for the server to be able to append them to the requested html
  20. document so as to avoid a further network loop delay for retrieving them.
  21. If you are interested, we can discuss ideas for how to modify the http
  22. protocol to support this.
  23.  
  24. The Book Metaphor
  25. =================
  26.  
  27. Books are very familiar to all of us, and come with a conceptual apparatus
  28. including:
  29.  
  30.     o   title
  31.     o   author
  32.     o   publication date
  33.     o   copyright
  34.     o   contents
  35.     o   chapters
  36.     o   sections
  37.     o   pages
  38.     o   index
  39.     o   glossary
  40.  
  41. It would be great to extend html to support these. My suggestion is to have
  42. special documents which group these elements together. These documents are in
  43. sgml and include the above information, either directly or by reference.
  44.  
  45. The browser recognises the type of these documents and uses them to provide a
  46. browsing context. Thus you can show a button bar with buttons for showing the
  47. contents, the index, the glossary and <<, >> controls for moving sequentially
  48. between pages or chapters. I have lots of ideas for handling glossaries and
  49. indexes and will elaborate in a subsequent note.
  50.  
  51. While it is possible to add special references from documents to the index,
  52. and next/previous document, it is preferable to hold these separately. You can
  53. then use the same document without modifications in a whole variety of books,
  54. magazines etc. This approach is much richer than simple lists of chapters.
  55.  
  56. To implement this we only need to agree on the sgml dtd and document type!
  57. I will try to get down to this, but am rather busy right now.
  58.  
  59.  
  60. Dave Raggett
  61.  
  62. HP Labs, Bristol, UK.   (dsr@hplb.hpl.hp.com)  +44 272 228046
  63.  
  64.